home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Programy pocztowe / Poptry 3.20 / PopTray320.exe / Poptray.chm / poptray.css < prev    next >
Cascading Style Sheet File  |  2005-07-02  |  3KB  |  143 lines

  1. body {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 10pt:;
  4.     margin-top : 5px;
  5.     cursor: url(images/arrow.cur);
  6. }
  7.  
  8. a {
  9.     color : #666699;
  10.     text-decoration: none;
  11.     cursor: url(images/hand.cur) ;
  12. }
  13.  
  14. a:hover {
  15.     color : Red;
  16.     text-decoration: underline;
  17.     cursor: url(images/hand.cur) ;
  18. }
  19.  
  20. th {
  21.     background-color: #FFAA77;
  22.      border-left: 2px solid #FFCC99;
  23.      border-top: 2px solid #FFCC99;
  24.      border-right: 2px solid #DD6644;
  25.      border-bottom: 2px solid #DD6644;
  26. }
  27.  
  28. .small {
  29.     font-size: 4pt;
  30. }
  31.  
  32. .downloads {
  33.     font-family: Arial, Helvetica, sans-serif;
  34.     font-size: 7pt;
  35. }
  36.  
  37. .head { 
  38.      font-family: Arial;
  39.       font-size: 20pt;
  40.     font-weight: bold;
  41. }
  42.  
  43. .subhead { 
  44.      font-family : Arial;
  45.       font-size:8pt 
  46. }
  47.  
  48. .header    {    
  49.     background-color: #FF9966;
  50.      border-left: 2px solid #FFCC99;
  51.      border-top: 2px solid #FFCC99;
  52.      border-right: 2px solid #DD6644;
  53.      border-bottom: 2px solid #DD6644;
  54. }
  55.  
  56. .headerinset    {    
  57.     background-color: #FFFFFF;
  58.      border-left: 2px solid #DD6644;
  59.      border-top: 2px solid #DD6644;
  60.      border-right: 2px solid #FFCC99;
  61.      border-bottom: 2px solid #FFCC99;
  62. }
  63.  
  64. .outset    {    
  65.     background-color: #AAAAFF;
  66.      border-left: 2px solid #CCCCFF;
  67.      border-top: 2px solid #CCCCFF;
  68.      border-right: 2px solid #7777FF;
  69.      border-bottom: 2px solid #7777FF;
  70. }
  71.  
  72. .inset    {    
  73.     background-color: #FFFFFF;
  74.      border-left: 2px solid #7777FF;
  75.      border-top: 2px solid #7777FF;
  76.      border-right: 2px solid #CCCCFF;
  77.      border-bottom: 2px solid #CCCCFF;
  78.     padding : 10px 10px 10px 10px;
  79. }
  80.  
  81.  
  82. .tab    {    
  83.     background-color: #AAAAFF;
  84.      border-left: 2px solid #CCCCFF;
  85.      border-top: 2px solid #CCCCFF;
  86.      border-bottom: 2px solid #7777FF;
  87.     font-weight: bold;
  88. }
  89.  
  90. .backtab {
  91.     background-color: #9999FF;
  92.     border-right: 2px solid #CCCCFF;
  93.     border-bottom: 1px solid #7777FF;
  94.     border-left: 1px solid #7777FF;
  95. }
  96.  
  97. .belowtab {
  98.     background-color: #FFFFFF;
  99.     border-right: 2px solid #CCCCFF;
  100. }
  101.  
  102. .front {
  103.     background-color: #AAAAFF;
  104.     border-left: 2px solid #CCCCFF;
  105.      border-top: 2px solid #CCCCFF;
  106.      border-right: 2px solid #7777FF;
  107.      border-bottom: 2px solid #7777FF;
  108.     padding : 10px 10px 10px 10px;
  109. }
  110.  
  111. .info {
  112.     background-color : #FFDDAA;
  113.      border-left: 2px solid #FFEEBB;
  114.      border-top: 2px solid #FFEEBB;
  115.      border-right: 2px solid #EEBB88;
  116.      border-bottom: 2px solid #EEBB88;
  117.     padding : 5px 5px 5px 5px;
  118. }
  119.  
  120. .infoinset    {
  121.     background-color: #FFFFFF;
  122.      border-left: 2px solid #EEBB88;
  123.      border-top: 2px solid #EEBB88;
  124.      border-right: 2px solid #FFEEBB;
  125.      border-bottom: 2px solid #FFEEBB;
  126. }
  127.  
  128. .dark {
  129.     background-color: #EEBB88;
  130.     padding : 3px 3px 3px 3px;
  131. }
  132.  
  133. .light {
  134.     background-color: #FFEEBB;
  135.     padding : 3px 3px 3px 3px;
  136. }
  137.  
  138. .code {
  139.     font-family: Courier New, Courier;
  140.     font-size: 13px;
  141.     color: #AA3300;
  142. }
  143.